local-intr-msg-clobber
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 15 Jul 2024 19:20:54 +0000 (21:20 +0200)
committerAurelien Jarno <aurel32@debian.org>
Mon, 15 Jul 2024 19:20:54 +0000 (21:20 +0200)
commit9bd70b456f1493648255c198c7e180acc9768cfe
treea406d98462e4b8a8d08d5e1e7cb378526c0bf101
parenta25fb7d7f1ae3179da5e9f441a96bc64b7d40b12
local-intr-msg-clobber

Force putting save_data on the stack rather than in SSE register

The signal management does not yet properly save SSE state, so that save_data
would get overwritten by signal handlers, notably leading to `` shell
replacement getting empty content because then the io_read RPC retry gets an
MIG_BAD_ARGUMENTS error.

XXX: This is only temporary to fix the common shll replacement issue, and is
waiting for proper SSE state restoration.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name local-intr-msg-clobber.diff
hurd/intr-msg.c